home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
- #include "ASCII.h"
- char *ASCII[] =
- {
- "null", "", "", "",
- "", "", "", "",
- "", "", "", "",
- "", "", "", "",
- "", "", "", "",
- "", "", "", "",
- "", "", "", "",
- "", "", "", "",
- "space", "exclamation mark", "double quote", "hash",
- "dollar", "percent", "ampersand", "quote",
- "open parenthesis", "close parenthesis", "asterisk", "plus",
- "comma", "minus", "full stop", "slash",
- "zero", "one", "two", "three",
- "four", "five", "six", "seven",
- "eight", "nine", "colon", "semi colon",
- "less than", "equals", "greater than", "question mark",
- "at", "A", "B", "C",
- "D", "E", "F", "G",
- "H", "I", "J", "K",
- "L", "M", "N", "O",
- "P", "Q", "R", "S",
- "T", "U", "V", "W",
- "X", "Y", "Z", "open bracket",
- "back slash", "close bracket", "circumflex", "underscore",
- "back quote", "A", "B", "C",
- "D", "E", "F", "G",
- "H", "I", "J", "K",
- "L", "M", "N", "O",
- "P", "Q", "R", "S",
- "T", "U", "V", "W",
- "X", "Y", "Z", "open brace",
- "vertical bar", "close brace", "tilde", "delete",
- NULL
- };
-